Channel

data class Channel(val band: Band, val channelId: Int)

Represents a Simpulse channel.

Parameters

band

channel frequency band in which the channel operates

channelId

channel identifier

Constructors

Link copied to clipboard
constructor(band: Band, channelId: Int)

Properties

Link copied to clipboard
val band: Band
Link copied to clipboard